SetBootLogoName. Set boot logo.
Request
<?xml version="1.0"
encoding="utf-8"?>
<sdk guid="##GUID">
<logo name="##value"
md5="##value"/>
</in>
</sdk>
<!--
Description:
1. Sdk.guid is the guid value obtained through the negotiation
of the SDK protocol version.
2. logo.name: The file name of the boot logo.(An
image that has been uploaded to the device.)
3. logo.md5: The md5 value of the file on the
boot screen. Can be set "".
-->
Respond
<?xml version="1.0" encoding="utf-8"?>
<sdk guid="##GUID">
<out method="SetBootLogoName" result="##result"/>
</sdk>
<!--
Description:
1. Sdk.guid is the guid value obtained through the negotiation
of the SDK protocol version.
2. out.method ="SetBootLogoName"
3. out.result (The
error code refers to ErrorCode
-->